Constructor.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public C1BaseSerializer(
	IComponentChangeService componentChangeService,
	Object serializableObject
)
Visual Basic
Public Sub New ( _
	componentChangeService As IComponentChangeService, _
	serializableObject As Object _
)

Parameters

componentChangeService
Type: System.ComponentModel.Design..::..IComponentChangeService
serializableObject
Type: System..::..Object

See Also